You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Operators > MatrixInt.int Operator
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.int Operator

Explicitely convert MatrixInt to array of integer.

Syntax
C#
Visual Basic
public static explicit [] operator int([In] MatrixInt AValue);

Copies all values from AVector to an array of 32bit signed integers. If Precision does not match conversion will be performed.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!